I have a table with no index and there are only keywords. Here is the layout:
So there is a keyword I want the value from I have tried
FREEPBX_SYSTEM_IDENT is the keyword
freepbx_settings is the table
I know this should be easy but I am having a brain fart with this. Any help much appreciated!
So there is a keyword I want the value from I have tried
Code:
select * from freepbx_settings like %FREEPBX_SYSTEM_IDENT%
FREEPBX_SYSTEM_IDENT is the keyword
freepbx_settings is the table
I know this should be easy but I am having a brain fart with this. Any help much appreciated!