Corrections
This commit is contained in:
@@ -95,7 +95,7 @@ $$;
|
|||||||
call add_company('Boulangerie de Valorgue', 'FR19803269968', '2014-08-19');
|
call add_company('Boulangerie de Valorgue', 'FR19803269968', '2014-08-19');
|
||||||
```
|
```
|
||||||
|
|
||||||
## d et r
|
## Dépôts et retraits
|
||||||
|
|
||||||
```sql
|
```sql
|
||||||
create or replace procedure add_depot (
|
create or replace procedure add_depot (
|
||||||
|
|||||||
@@ -41,5 +41,5 @@ join account_holder ah on ah.account_id = a.id
|
|||||||
join holder_detail hd on ah.holder_id = hd.id;
|
join holder_detail hd on ah.holder_id = hd.id;
|
||||||
```
|
```
|
||||||
|
|
||||||
- Utilisation d'une [fonction personnalisée](banque.fonctions.md) `latest_exchange_rate`
|
- Utilisation d'une [fonction personnalisée](banque.functions.md) `latest_exchange_rate`
|
||||||
- `join` utilisation d'une jointure stricte. Seules les lignes avec correspondance exacte apparaissent.
|
- `join` utilisation d'une jointure stricte. Seules les lignes avec correspondance exacte apparaissent.
|
||||||
|
|||||||
Reference in New Issue
Block a user