News

Order By Ascending and Descending.sql File metadata and controls Code Blame 4 lines (3 loc) · 244 Bytes Raw 1 2 3 4 # Order by in the ascending order of the city length and return the 1st row SELECT ...
Specifies that the ORDER BY operation should be performed according to the collation specified in collation_name, and not according to the collation of the column as defined in the table or view. The ...
Sql = "Select * from T_gaestebog order ID dato DESC" Så går du ned på siden og viser kun en record, så vil det altid være den sidst indtastede idet ID er automatisk stigende.