System save at 23/05/2025 19:54 by user_client2024

This commit is contained in:
user_client2024 2025-05-23 14:24:47 +00:00
parent 0e8a409b8b
commit 491e48f794
3 changed files with 0 additions and 3 deletions

View File

@ -146,7 +146,6 @@
" ON p.customer_number = al.customer_number\n",
"\n",
" WHERE a.account_number IS NOT NULL\n",
" limit 100\n",
"\"\"\"\n",
"\n",
"from tms_data_interface import SQLQueryInterface\n",

View File

@ -146,7 +146,6 @@
" ON p.customer_number = al.customer_number\n",
"\n",
" WHERE a.account_number IS NOT NULL\n",
" limit 100\n",
"\"\"\"\n",
"\n",
"from tms_data_interface import SQLQueryInterface\n",

View File

@ -135,7 +135,6 @@ query = """
ON p.customer_number = al.customer_number
WHERE a.account_number IS NOT NULL
limit 100
"""
from tms_data_interface import SQLQueryInterface