In SQL Server, I'm trying to select some records using a row that has a place, so I crop and use, but something is wrong, please correct me where something is missing.
SELECT * FROM projects where str_id=ltrim(rtrim(' artf130 '))
Update: I copied the first row from the google distribution sheet.
source share