View Single Post
  #4  
Old 11-03-2019, 07:28 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Not sure what kind of problem you're having .. backticks (`) are part of the query language.

I use them extensively in all of my posted queries: http://www.eqemulator.org/forums/showthread.php?t=42678


Without digging into the issue and testing it, you may be running into problems with non-escaped backticks in the query data itself (i.e., ...)
Code:
('202006', 'Seer_Mal_Nae`Shi', ...
If that is the case, you may want to verify that data hasn't become corrupted.


EDIT: I use HeidiSQL to build and run all of my queries.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote