#Is it possible to create columns but doesnt name them on SQL?
25 messages ยท Page 1 of 1 (latest)
โ This post has been reserved for your question.
Hey @west pollen! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Is it possible to create columns but doesnt name them on SQL?
not really but I think you could just use numbers as names
But why?
The whole point of sql is that things have names. If you don't want names, you're doing something wrong
What is it you're actually trying to accomplish?
I try to make a log program that an exact user logs his stuff to a certain day and then if he wants he can see what did on certain days
And i would like to create columns without names so when user does his logs it will be created such as 02.06.2024
What would that table look like then?
That's not, no
You need a table with username, date, content as columns
Also, format your dates using ISO8601, so 2024-07-02, or if you use my layout, just set the type correctly
wdym
date and then another column for content?
wait got your point