SQL
1:24:00 AM
SQLSTATE[HY000]: General error: 20018 Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent query semantics. Enable these options and then reissue your query. | Laravel
Sometimes when calling SQL SP(Stored Procedure) from Laravel it shows the following exception. SQLSTATE[HY000]: General…