Martin
Martin
KPCKevin Powell - Community
Created by CherrrrryD (lurk) on 5/26/2024 in #front-end
Hero Img spacing
Kevin does a great job explaining these issues thoroughly. I'm thrilled you've resolved it now
11 replies
KPCKevin Powell - Community
Created by Dylan on 5/25/2024 in #back-end
User Logins
Hi Dylan, wouldn't having a new collection for users with the usernames and passwords meet what you're looking for?
2 replies
KPCKevin Powell - Community
Created by Strax on 5/18/2024 in #back-end
MS SQL & T-SQL
I believe this is Microsoft's implementation of SQL so you should expect to see T-SQL syntax. But I think the core SQL concepts can also be obtained from there. Example: Fetching data in SQL remains the same
select * from table;
select * from table;
4 replies