on 2022 Jan 22 6:54 AM
wie findet man via SQL in einer Tabelle den Datensatz mit dem jüngsten Datum? VG Franz
[Translation] how to find the data record with the most recent date in a table via SQL
Request clarification before answering.
Select top 1 * from MyTable order by MyColumn desc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
61 | |
8 | |
7 | |
6 | |
6 | |
4 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.