Mysql Help
#1

Hi


Can anyone explain this: %e

I saw this in mysql scripts.
Reply
#2

This is a escape specifier to escape a string '%e'

example
Код:
SELECT * FROM `Users` WHERE `Name` = '%e'
it escapes the string automaticly
Reply
#3

Thank You for explaining this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)