Обсуждение: Can I call case-sensitive functions defined in postgres in my delphi client-side application ?

Поиск
Список
Период
Сортировка
I know I can treat it as stored procedure.
But how to deal with the fuction name which is case-sensitive ?
I tested several methods but failed all .
Thanks.



Re: Can I call case-sensitive functions defined in postgres

От
Weiping He
Дата:
LitelWang wrote:

>I know I can treat it as stored procedure.
>But how to deal with the fuction name which is case-sensitive ?
>I tested several methods but failed all .
>Thanks.
>
>
>
try:

select "YourFunctionName"();