Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Is_integer function documentation needs update #72

Closed
hkaushal opened this issue May 8, 2023 · 1 comment
Closed

Is_integer function documentation needs update #72

hkaushal opened this issue May 8, 2023 · 1 comment
Labels

Comments

@hkaushal
Copy link

hkaushal commented May 8, 2023

As per the is_integer function's documentation, the function can expect a Column or A super. We ran into issue while we passed it a Varchar type field. Here is the code we ran

CREATE TEMP TABLE t(s char(100));
INSERT INTO t VALUES ('5');
SELECT s, is_integer(s) FROM t;
@joshbean
Copy link
Contributor

Closing this issue or pull request in advance of archiving this repo. For more information about the decision to archive this repo (and others in the 'awsdocs' org), see the announcement on the AWS News Blog.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants