firebird gsplitdatabase backup. This option can be shortened as required, provided that at least -s is specified. ## -join_bk_fileSpecifies that gsplit is to be used to rejoin a number of files and use the above help text. The correct command line option to join multiple sections of a large backup file is not -JOINT_BK_FILE as shown, but is in fact -JOIN_BK_FILE. Megabyte as 1024 Kilobytes and a Gigabyte as 1024 Megabytes. ## -J[OIN BK FILE] [⋯ ] To join files together and use them to restore a database, you simply specify the filenames in the correct 0 码力 | 10 页 | 103.73 KB | 2 年前3
peewee Documentation
Release 3.4.0We can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: (continues on next prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can do another cool can avoid this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include people without0 码力 | 284 页 | 1.03 MB | 1 年前3
peewee Documentation
Release 3.6.0We can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) (continues on next page) 1.2. Quickstart 7 peewee Documentation, Release prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can do another cool can avoid this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include people without0 码力 | 302 页 | 1.02 MB | 1 年前3
peewee Documentation
Release 3.5.0We can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: (continues on next prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can do another cool can avoid this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include people without0 码力 | 282 页 | 1.02 MB | 1 年前3
peewee Documentation
Release 3.3.0We can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: (continues on next prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can do another cool can avoid this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include people without0 码力 | 280 页 | 1.02 MB | 1 年前3
peewee Documentation Release 3.1.0can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include0 码力 | 332 页 | 370.77 KB | 1 年前3
peewee Documentation Release 3.0.0can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print pet.name # prints: # Kitty # Fido We can this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include0 码力 | 319 页 | 361.50 KB | 1 年前3
peewee Documentation Release 3.6.0can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include0 码力 | 377 页 | 399.12 KB | 1 年前3
peewee Documentation
Release 3.5.0can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include0 码力 | 347 页 | 380.80 KB | 1 年前3
peewee Documentation Release 3.4.0can avoid the extra queries by selecting both Pet and Person, and adding a join. query = (Pet .select(Pet, Person) .join(Person) .where(Pet.animal_type == 'cat')) for pet in query: prints: # Kitty Bob # Mittens Jr Herb Let’s get all the pets owned by Bob: for pet in Pet.select().join(Person).where(Person.name == 'Bob'): print(pet.name) # prints: # Kitty # Fido We can this by performing a JOIN and using a SQL function to aggregate the results. query = (Person .select(Person, fn.COUNT(Pet.id).alias('pet_count')) .join(Pet, JOIN.LEFT_OUTER) # include0 码力 | 349 页 | 382.34 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













