I track mysql errors using the mysql_error function that everyone knows. But I am mssql_ records from SQL Server, for this I used all the mssql_ functions provided by PHP.
One of my requests is not being executed, and I'm not sure where I made the mistake. Can someone tell me exactly which SQL Server function monitors database errors (available in PHP).
SELECT * FROM gb WHERE postalcode like 'YO1%' OR place like 'YO1%' group by postalcode, region3 order by postalcode asc
source share