mirror of
https://github.com/pcvolkmer/bzkf-rwdp-check.git
synced 2025-04-19 11:06:51 +00:00
feat: use id as string
This commit is contained in:
parent
0dfc6a0083
commit
53cde34166
@ -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));
|
Loading…
x
Reference in New Issue
Block a user