8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
This commit is contained in:
robocop 2008-06-13 11:02:17 +00:00
parent b4ceea8cc4
commit 25b9ff2277

View File

@ -300,7 +300,7 @@ create table peoples (
insert into peoples values (1, 'adriano');
insert into peoples values (2, 'ADRIANO');
-- will retrieve both records as win_ptbr is case insensitive
-- will retrieve both records because win_ptbr is case insensitive
select * from peoples where name like 'A%';