mirror of
https://github.com/pcvolkmer/bzkf-rwdp-check.git
synced 2025-07-02 00:02:55 +00:00
feat: use id as string
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
SELECT
|
||||
id,
|
||||
CONVERT(id,char) AS id,
|
||||
xml_daten
|
||||
FROM lkr_meldung_export
|
||||
WHERE lkr_export = :export_id OR (0 = :export_id AND lkr_export IN (SELECT MAX(lkr_export) FROM lkr_meldung_export));
|
Reference in New Issue
Block a user