Code: Select all
select * from table where field='"title:description"'Code: Select all
select * from table where field='"title:description"'Code: Select all
'"title:description"'Code: Select all
'"Code: Select all
title:descriptionCode: Select all
SQLQuery.SQL.Text := 'select * from table where field = :field';
SQLQuery.ParamByName('field').asString := '"title:description"';