I would like to know whether i can insert a record as the first record to a table which is not empty using sqlserver(that is i need to display that record as the first record)....
Please help me...
Regards,
MathewYou can not rely on position of a record in a table.
Always use order by Asc or Desc to make record first or last.
Good Luck.
No comments:
Post a Comment