This forum is closed. Thank you for your contributions.
my mean's
I have Table For Customers as Tbl_Customer
in this table we have ID , Tel,Name,Family,Address
How can we do it for this Like :
Order by When this row of Tbl_Customer Inserted
?
All SQL Server related forums moved to Question & Answer at https://docs.microsoft.com/en-us/answers/products/sql-server
Does the table do have a column with insert timestamp or one with an identity property? If not, then you can not get the information/order when a record was inserted.
Olaf Helper