课程: SAP Business One: Reporting and Customization
今天就学习课程吧!
今天就开通帐号,24,700 门业界名师课程任您挑!
Debug a query
- [Instructor] Now that you're adding SQL code directly to the query structure pane, you will be making mistakes in code, what we call bugs. On the lowest level of bugs is syntax and identity bugs. SQL is really bad at giving you good advice about your errors. Let me show you what those look like and how to fix them. Now one common bug is forgetting a comma or adding too many. After Production Order, just get rid of that comma, and then go back down and click Execute, and you'll see the red message on the bottom of the screen. This is a classic message you'll get if you have any syntax error. So usually it means you left off a comma. When you get this, check if you forgot a comma. If you go back up and add that comma back in, it'll run fine. You need commas between every column but not after the last one. If you put one in there, you'll also get an error. So let's go ahead and try that. I'm going to go up here, I…
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。
内容
-
-
-
-
-
(已锁定)
Use the Query Generator3 分钟 2 秒
-
(已锁定)
Open the Query Manager4 分钟 5 秒
-
(已锁定)
Change a query with SELECT, AS, and FROM6 分钟
-
(已锁定)
Debug a query4 分钟 32 秒
-
(已锁定)
Filter a query with WHERE5 分钟 6 秒
-
(已锁定)
Add selection criteria parameters4 分钟 5 秒
-
(已锁定)
Use SQL functions2 分钟 50 秒
-
(已锁定)
Sort a query with ORDER BY3 分钟 29 秒
-
(已锁定)
Make decisions with CASE4 分钟 4 秒
-
(已锁定)
Types in SQL3 分钟 51 秒
-
(已锁定)
Challenge: Sales report in SQL48 秒
-
(已锁定)
Solution: Sales report in SQL4 分钟 12 秒
-
(已锁定)
-
-
-
-
-
-