SSC-FDM-PG0010
Results may vary due to the behavior of Snowflake's bitwise function.
Description
The bitwise operators <<
and >>
are converted to the corresponding Snowflake functions BITSHIFTLEFT
and BITSHIFTRIGHT
. However, due to differences in how these functions handle expressions, the results may differ from those in PostgreSQL.
Code Example
Input Code:
IN -> PostgreSQL_01.sql
Output Code:
OUT -> PostgreSQL_01.sql
Recommendations
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated