SQLSTATE error code: 42000 Msg: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '= NULL GROUP BY art_id' at line 1
SQL: [80] SELECT art_id id, COUNT(*) nb FROM pmc_view_sessions WHERE = ? GROUP BY art_id
Sent SQL: [83] SELECT art_id id, COUNT(*) nb FROM pmc_view_sessions WHERE = NULL GROUP BY art_id
Params: 1
Key: Position #0:
paramno=0
name=[0] ""
is_param=1
param_type=2
SQLSTATE error code: 42000 Msg: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '= NULL GROUP BY studios' at line 1
SQL: [82] SELECT studios id, COUNT(*) nb FROM pmc_view_sessions WHERE = ? GROUP BY studios
Sent SQL: [85] SELECT studios id, COUNT(*) nb FROM pmc_view_sessions WHERE = NULL GROUP BY studios
Params: 1
Key: Position #0:
paramno=0
name=[0] ""
is_param=1
param_type=2
SQLSTATE error code: 42000 Msg: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '= NULL GROUP BY yr' at line 1
SQL: [72] SELECT yr id, COUNT(*) nb FROM pmc_view_sessions WHERE = ? GROUP BY yr
Sent SQL: [75] SELECT yr id, COUNT(*) nb FROM pmc_view_sessions WHERE = NULL GROUP BY yr
Params: 1
Key: Position #0:
paramno=0
name=[0] ""
is_param=1
param_type=2
SQLSTATE error code: 42000 Msg: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '= NULL' at line 1
SQL: [53] SELECT COUNT(*) nb FROM pmc_view_sessions WHERE = ?
Sent SQL: [56] SELECT COUNT(*) nb FROM pmc_view_sessions WHERE = NULL
Params: 1
Key: Position #0:
paramno=0
name=[0] ""
is_param=1
param_type=2
Everything that happened in the studio, including recording sessions, rehearsals...
Showing 1 - 0 of 0 results
SQLSTATE error code: 42000 Msg: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '= NULL ORDER BY yr DESC LIMIT 0,50' at line 1
SQL: [71] SELECT * FROM pmc_view_sessions WHERE = ? ORDER BY yr DESC LIMIT 0,50
Sent SQL: [74] SELECT * FROM pmc_view_sessions WHERE = NULL ORDER BY yr DESC LIMIT 0,50
Params: 1
Key: Position #0:
paramno=0
name=[0] ""
is_param=1
param_type=2