Re: Importing default values -> enclosed in quotes [message #7876 is a reply to message #7875] |
Fri, 04 October 2024 07:38 |
htManager
Messages: 431 Registered: May 2014
|
Senior Member |
|
|
Unfortunately the same result. In my local environment I have php 8.2.0 installed and in my server environment 8.2.24.
I also have problems with concat_ws with the following code:
$outer_sql_select .= ", CONCAT_WS(' ', CONCAT_WS(' ', spiele_ma_heim_name, spiele_ma_heim_id), ' - ', CONCAT_WS(' ', spiele_ma_fremd_name, spiele_ma_fremd_id)) AS spiele_gegner";
I got an error message, which I attached.
[Updated on: Fri, 04 October 2024 10:03] Report message to a moderator
|
|
|