-- write a SQL query to find the ids of rows for which a value in the column debut is missing.
SELECT"id"FROM"players"WHERE"debut"="NULL";
SELECT"id"FROM"players"WHERE"debut"ISNULL;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.