SEARCH DATA
A company has been thousand of employ details.so how can get specify name from this table.ok, let us see how to use search,consider following simple code.what is your idea?
SELECT *
FROM `first` where id=1;
That * means select all data from 'first' table.& there has been a specify id.it is '1'. ok ,see what may be output,
No comments:
Post a Comment