Jump to content

Use TRIM function following WHERE in SELECT statement?


eric1328

Recommended Posts

Hi, I'm new to MySQL and i'm trying to figure out if i can do something like:

 

select x from xy where xyz='?' and abc=TRIM(LEADING '@' FROM 'pre@test')

 

This syntax isn't working for me; what's the correct way to use a TRIM function like this?

 

Instead of pre@test, i'm actually going to use a variable...thats why i want the trim.

 

Thanks for your help!

Eric

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.