Hello, 

see the test case, where is strange error. 

Regards, Stepan 

set schema "PUBLIC"; 
drop table if exists "T1"; 
create table "T1" ("ID" int); 
insert into "T1" ("ID") values (1); 
select "ID" from "T1"; 
--http://h2database.com/html/functions.html#disk_space_used 
--CALL DISK_SPACE_USED('my_table'); 
call disk_space_used ("T1"); -- Error: Column "T1" not found;

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to