Welcome Guest, Not a member yet? Register   Sign In
Select Query
#4

[eluser]PhilTem[/eluser]
As Aken sad: You should change your table.

But anyways, it is possible.
For searching a string that starts with 'BEGIN' do
Code:
SELECT * FROM `table` WHERE `column` LIKE 'BEGIN%'

For searching a string that end with 'END' do
Code:
SELECT * FROM `table` WHERE `column` LIKE '%END'

It's basic MySQL-Syntax Wink


Messages In This Thread
Select Query - by El Forum - 09-05-2012, 04:54 AM
Select Query - by El Forum - 09-05-2012, 12:38 PM
Select Query - by El Forum - 09-05-2012, 02:03 PM
Select Query - by El Forum - 09-05-2012, 02:31 PM
Select Query - by El Forum - 09-05-2012, 09:45 PM
Select Query - by El Forum - 09-05-2012, 10:56 PM
Select Query - by El Forum - 09-05-2012, 10:59 PM
Select Query - by El Forum - 09-07-2012, 04:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB