Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
想知道我在哪里可以找到 sql 脚本和表的示例,这些脚本和表可以学习设置提前 1 年预订的公寓假期,每天和每周的价格,而无需制作包含 732 个单元格(2 年)的 sql 表。我希望设法使某人了解我在寻找什么。有几个知名网站提供此类服务。谢谢
2张桌子:
然后,您只需插入所有具有正确 appt id 的预订。然后,根据查询,您将对两个表进行连接。例如,要查找公寓 ID 繁忙的日期,您可以这样做
select * from reservations where appt_id=1
这显然是假设您要查询 appt 1 的日期