System save at 26/05/2025 10:36 by user_client2024

This commit is contained in:
user_client2024 2025-05-26 05:06:35 +00:00
parent 64ece05d23
commit f037c7e27c
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"
]
},

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"
]
},

View File

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