Skip to content

Update using.mdx #6713

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Update using.mdx #6713

wants to merge 1 commit into from

Conversation

yuki-tei
Copy link
Contributor

Hi team,
Greetings. Hope you are doing well and healthy.

What Changed?

Changed some argument values because part of them cannot be implicitly type casted, which leads to "No function matches the given name and argument types" error.

Your original SQL sample is:
SELECT sp_activate(tracefortestuser,0011,134,25,10000,30);

tracefortestuser => 'tracefortestuser' : Cannot be without single-quotation or will be see as unknown identifier.
0011 => '0011': Cannot be casted to oidvector as long as it is integer.
134 => '134': Cannot be casted to oidvector as long as it is integer.
30 => '30 minutes' : Cannot be casted to interval as long as it is integer. If you means 30 minutes then it should be as string like this.

Kind Regards,
Yuki Tei

@yuki-tei yuki-tei requested a review from a team as a code owner April 21, 2025 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant