vf query results are empty tables, and vf uses SQL to query the empty tables

Updated on technology 2024-04-07
13 answers
  1. Anonymous users2024-02-07

    select class.Class number, classClass name, studentName as Class Leader's Name,;

    teacher.Teacher's name as class teacher's name;

    from sdb!student inner join sdb!class;

    inner join sdb!teacher ;

    on teacher.Teacher number in (class.Class Teacher No.);

    on student.Student ID in (class.Squad Leader) That's right.

  2. Anonymous users2024-02-06

    Each join is followed by an on, rather than multiple joins followed by multiple on:

    select class.Class number, classClass name, studentName as Class Leader's Name,;

    teacher.Teacher's name as class teacher's name;

    from sdb!student ;

    inner join class on student.Student ID = classsquad leader;

    inner join teacher on class.Class Teacher Number = TeacherTeacher's number.

  3. Anonymous users2024-02-05

    Can't you just copy it? select b.Class number, AClass name, bName Squad Leader's Name, CTeacher's name Homeroom teacher's name from ;

    class a left join student b on a.Squad Trombone = BStudent ID ;

    left join teacher c on a.Class teacher number = cTeacher's number.

    order by b.Class number ASC into Table One

  4. Anonymous users2024-02-04

    There are only two possibilities.

    One is that there is no record in the data table that meets the conditions, and the result must be an empty table.

    There are two types of errors, one is grammatical error and the other is semantic error. If the syntax is wrong, the command will definitely not be executed. That must be a mistake in the semantic meaning of the fan, to see if it meets the requirements of the question or the conditions are wrong.

  5. Anonymous users2024-02-03

    That is, the sql command cannot query the records that meet the conditions, that is, the conditions you give cannot query the corresponding records, such as the maximum age field in the table is 50 years old, and the result condition is set to age" 60, you will definitely not be able to find the record.

  6. Anonymous users2024-02-02

    If the search result is an empty set, an empty table will appear, and see if the condition is written incorrectly.

  7. Anonymous users2024-02-01

    Now that the table is out, it turns out that there are no errors in the syntax, and that there is no data because no matching conditions were found, check your query criteria. It won't even be selete * without anything, right?

  8. Anonymous users2024-01-31

    If there is a problem with the SQL statement, print out the SQL statement and take a look.

  9. Anonymous users2024-01-30

    Checking where to go? Does it mean putting the query results into a table?

    If the destination table does not exist, you should create the target table and then insert the query results into it.

  10. Anonymous users2024-01-29

    3. Focus on mastering the single index file, and do not require the order parameter to open the index: (1) Open it with the table (Design a menu named CX3, and there are two menu items in the menu: "query" and "exit"). Procedure,

  11. Anonymous users2024-01-28

    You don't need to create, it can be generated automatically... This source file doesn't exist, so I don't understand it.

  12. Anonymous users2024-01-27

    Let's just say an example: Suppose the data environment adds a table that displays the name and gender fields in **.

    **The name of the control is the default grid1, select 4 in the recordsourcetype property of grid1--- sql description, and the click event of the command button command1 can be written like this:

    Sele Name, Gender from TS Into Cursor ABC"

  13. Anonymous users2024-01-26

    1.Add a wait window to the two cases to check whether there are any records that meet the conditions.

    2.If the above conditions are met, you can manually select *;

    from Teacher's Table;

    where salary order by salary desc, name to see if there is any information.

    The above is the way I thought of finding the problem after seeing **. Hope it helps.

Related questions
3 answers2024-04-07

grep query filtering requires the use of the pipe command |. >>>More

8 answers2024-04-07

sql2008 statement:

select name = case when num = 1 then a else''end, grades, subjects. >>>More

8 answers2024-04-07

The precautions for factory inspection are as follows:

1. The dormitory conditions are not up to standard, and the number of dormitory residents is too large; >>>More

6 answers2024-04-07

Indexes are typically established in the Table Designer.

6 answers2024-04-07

1. If it is an application from a unit, go to the grassroots procuratorate in the place where the unit is registered or where the business takes place (but in practice, it is generally handled in the place of registration), and submit a letter of introduction, a copy of the original ID card of the person in charge, an application for inquiry (indicating the reason for the inquiry and the content of the inquiry), a copy of the business license and the original copy of the ** certificate of the organization, and if you need to check the individual, you also need to bring the original copy of the ID card of the person being queried. >>>More