Expression has no effect [MySQL]
#7

You put single-quote tags around your variable replacement specifiers (i.e. you're doing '%d' or '%f'). You ONLY need to do this for strings (or '%s'), for integer values and floats, you should be receiving a syntax error. So, where you have '%d' and/or '%f', change it to %d and/or %f.
Reply


Messages In This Thread
Expression has no effect [MySQL] - by dusk - 17.02.2013, 21:41
Re: Expression has no effect [MySQL] - by [MG]Dimi - 17.02.2013, 21:46
Re: Expression has no effect [MySQL] - by dusk - 17.02.2013, 21:51
Re: Expression has no effect [MySQL] - by dusk - 17.02.2013, 21:56
Re: Expression has no effect [MySQL] - by [MG]Dimi - 17.02.2013, 22:00
Re: Expression has no effect [MySQL] - by dusk - 18.02.2013, 06:37
Re: Expression has no effect [MySQL] - by Scenario - 18.02.2013, 06:45
Re: Expression has no effect [MySQL] - by dusk - 18.02.2013, 06:51
Re: Expression has no effect [MySQL] - by Scenario - 18.02.2013, 07:06
Re: Expression has no effect [MySQL] - by dusk - 18.02.2013, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)