CodeIgniter Query Missing Space -


any idea why query codeigniter missing space?

select * (`ddi_view_article_all`) lcase(path_category) 

the query should this

select * yourtablename sth = sth 

Comments

Popular posts from this blog

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -