79487986

Date: 2025-03-06 00:48:21
Score: 1.5
Natty:
Report link

This is what I've been doing:

%sql
replace table table_name as
select
old_column_name as new_column_name
from table_name

(make sure to list all columns in the same sequence)

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Michelle Liu